|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpow.ivyclient.MsgFilter
public class MsgFilter
this class filters the message, thanks to their hash code it is used because Paparazzi send periodic messages that are often the same so we filter them to lighten the server load and the bandwidth of the udp channel
| Constructor Summary | |
|---|---|
MsgFilter()
create a message filter |
|
| Method Summary | |
|---|---|
boolean |
isNew(java.lang.String msg)
inform whether the message is new or not |
void |
resetfilter()
empty the filter |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MsgFilter()
| Method Detail |
|---|
public boolean isNew(java.lang.String msg)
msg -
public void resetfilter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||